home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / developer-tools / assembler / snma / examples / test.asm < prev    next >
Encoding:
Assembly Source File  |  1996-02-26  |  277 b   |  12 lines

  1. * This little example is used to demonstrate global tables of snma.
  2. * If you have addgb'd gbtest.i succesfully, this file should assemble
  3. * just fine with the following command:
  4. * ->rx ShellAsm a.asm
  5. *
  6. * See documents for full explanation.
  7.  
  8.     move.l    #NUMBER,d0
  9.     HOO    d0,d1
  10.     rts
  11.  
  12.